Home:ALL Converter>Compiling only the modified code in a file

Compiling only the modified code in a file

Ask Time:2015-03-31T03:14:41         Author:Aman Jain

Json Formatter

I have a Python script around 5,000 lines long. If I make a single change in the file, do I have to recompile the entirety of the file, or is it possible to compile only that part or particular code?

Author:Aman Jain,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/29354362/compiling-only-the-modified-code-in-a-file
yy